Added a BablMutex type.
authorØyvind Kolås <pippin@gimp.org>
Sat, 21 Nov 2009 15:55:11 +0000 (15:55 +0000)
committerØyvind Kolås <pippin@gimp.org>
Sat, 21 Nov 2009 15:55:11 +0000 (15:55 +0000)
commit78b93e2c04ad92e52fe0b7e9ef19caacb55c95a6
treeabddfc3adc8b09379d29856cfd32a16a44ebd1df
parent97950348d062ea9afdc8701df56798bf41fb856a
Added a BablMutex type.

Mutex abstraction for internal use pthreads by default and critical
sections on win32.
babl/Makefile.am
babl/babl-internal.h
babl/babl-mutex.c [new file with mode: 0644]
babl/babl-mutex.h [new file with mode: 0644]